home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / vlib250.zip / DIALOGS.H < prev    next >
Text File  |  1994-05-07  |  1KB  |  29 lines

  1. BOOLEAN    DlgInputPoint3D (HWND hdlg, UINT msg, WPARAM wp, LPARAM lp);
  2. BOOLEAN    InputPoint3D (LPPOINT3D p);
  3. BOOLEAN    DlgInputPoint2D (HWND hdlg, UINT msg, WPARAM wp, LPARAM lp);
  4. BOOLEAN    InputPoint2D (LPPOINT2D p);
  5.  
  6. BOOLEAN    DlgLightSetup (HWND hdlg, UINT msg, WPARAM wp, LPARAM lp);
  7. BOOLEAN    DlgMaterial (HWND hdlg, UINT msg, WPARAM wp, LPARAM lp);
  8. BOOLEAN    DlgTexture (HWND hdlg, UINT msg, WPARAM wp, LPARAM lp);
  9. BOOLEAN    DlgShading (HWND hdlg, UINT msg, WPARAM wp, LPARAM lp);
  10.  
  11. #define TEXTURENONE                 311
  12. #define TEXTUREMARBLE               312
  13. #define TEXTUREWOOD                 313
  14. #define TEXTUREGRANITE              314
  15. #define MATDIFFUSE                  321
  16. #define MATAMBIENT                  322
  17. #define MATSPECULAR                 323
  18. #define MATEMISSION                 324
  19. #define WIREFRAME                   411
  20. #define SOLIDFILL                   412
  21. #define FLATSHADING                 413
  22. #define GOURAUD                     414
  23. #define PHONG                       415
  24. #define SPECULAR                    416
  25. #define DEPTHBUFFER                 421
  26. #define LOCALVIEWER                 422
  27. #define TWOSIDE                     423
  28. #define BACKFACEREM                 424
  29.